runtime.fixalloc.alloc (method)

15 uses

	runtime (current package)
		malloc.go#L550: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L617: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L625: 		userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L724: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L727: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mcache.go#L90: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
		mgc.go#L1924: 		s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
		mheap.go#L1119: 		return (*mspan)(h.spanalloc.alloc())
		mheap.go#L1125: 			pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
		mheap.go#L1980: 	s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
		mheap.go#L2042: 	s := (*specialCleanup)(mheap_.specialCleanupAlloc.alloc())
		mheap.go#L2212: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2310: 	s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
		pinner.go#L331: 		rec = (*specialPinCounter)(mheap_.specialPinCounterAlloc.alloc())